projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b46c38
)
(do-install): Install the dired-x info files.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 15 Jan 1994 15:20:34 +0000
(15:20 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 15 Jan 1994 15:20:34 +0000
(15:20 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 6d933fa49792a68e9a7eb6d71b01528648760f66..fff1f55602b97c2afdfb4ccf4610aec04011c4a5 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-289,7
+289,7
@@
do-install: mkdir
if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \
${INSTALL_DATA} dir ${infodir}/dir ; \
fi ; \
- for f in cl* emacs* forms* gnus* info* sc* vip* ; do \
+ for f in cl* emacs*
dired-x*
forms* gnus* info* sc* vip* ; do \
${INSTALL_DATA} $$f ${infodir}/$$f ; \
done); \
else true; fi